inherited MyDBNavigator97: TMyDBNavigator97 Left = 494 Top = 332 Width = 299 Height = 90 PixelsPerInch = 96 TextHeight = 13 object PanelPrincipal: TPanel Left = 0 Top = 0 Width = 291 Height = 63 Align = alClient BevelOuter = bvNone TabOrder = 0 object ButtonFirst: TToolbarButton97 Left = 8 Top = 0 Width = 23 Height = 22 Enabled = False end object ButtonPrior: TToolbarButton97 Left = 32 Top = 0 Width = 23 Height = 22 Enabled = False end object ButtonNext: TToolbarButton97 Left = 56 Top = 0 Width = 23 Height = 22 Enabled = False end object ButtonLast: TToolbarButton97 Left = 80 Top = 0 Width = 23 Height = 22 Enabled = False end object ButtonInsert: TToolbarButton97 Left = 104 Top = 0 Width = 23 Height = 22 Enabled = False end object ButtonDelete: TToolbarButton97 Left = 128 Top = 0 Width = 23 Height = 22 Enabled = False end object ButtonEdit: TToolbarButton97 Left = 152 Top = 0 Width = 23 Height = 22 Enabled = False end object ButtonPost: TToolbarButton97 Left = 176 Top = 0 Width = 23 Height = 22 Enabled = False end object ButtonCancel: TToolbarButton97 Left = 200 Top = 0 Width = 23 Height = 22 Enabled = False end object ButtonRefresh: TToolbarButton97 Left = 224 Top = 0 Width = 23 Height = 22 Enabled = False end object ButtonBookmark: TToolbarButton97 Left = 248 Top = 0 Width = 23 Height = 22 AllowAllUp = True GroupIndex = 1 Enabled = False OnClick = ButtonBookmarkClick end object Navigator: TExtendedDBNavigator Left = 8 Top = 32 Width = 240 Height = 25 Enabled = True Hints.Strings = ( 'Primero' 'Anterior' 'Pr�ximo' 'Ultimo' 'Insertar' 'Eliminar' 'Editar' 'Aceptar' 'Cancelar' 'Actualizar' 'Bookmark') TabOrder = 0 OnClick = NavigatorClick BeforeProcessClick = NavigatorBeforeProcessClick ButtonFirst = ButtonFirst ButtonPrior = ButtonPrior ButtonNext = ButtonNext ButtonLast = ButtonLast ButtonInsert = ButtonInsert ButtonDelete = ButtonDelete ButtonEdit = ButtonEdit ButtonPost = ButtonPost ButtonCancel = ButtonCancel ButtonRefresh = ButtonRefresh OnEditingChanged = NavigatorChanged OnDataSetChanged = NavigatorChanged OnActiveChanged = NavigatorChanged end end end